home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
PICSee Dust 1.01
/
Primary Source
/
PICSCompositeDialog.h
< prev
next >
Wrap
Text File
|
1995-11-09
|
353b
|
17 lines
enum {
kUseMonitorOutputDepth,
kUsePICSFileOutputDepth,
kUse32bitOutputDepth,
kUse16bitOutputDepth,
kUse8bitOutputDepth,
kUse4bitOutputDepth,
kUse1bitOutputDepth
};
void SetupPICSFileComposite(FSSpec *picsFile, const Rect *areaToCrop);
void SetupCompositeDialog(
FSSpec *picsFile,
short fileRefNum,
const Rect *areaToCrop,
short numFrames);